home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Labo.dxr / 00222.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  663 b   |  24 lines

  1. on mouseUp
  2.   puppetSound(2, "Beep01b")
  3.   if the visible of sprite 30 = 1 then
  4.     set the visible of sprite 30 to 0
  5.     set the visible of sprite 35 to 0
  6.   end if
  7.   if the visible of sprite 31 = 1 then
  8.     set the visible of sprite 31 to 0
  9.     set the visible of sprite 35 to 0
  10.   end if
  11.   if the visible of sprite 32 = 1 then
  12.     set the visible of sprite 32 to 0
  13.     set the visible of sprite 35 to 0
  14.   end if
  15.   if the visible of sprite 33 = 1 then
  16.     set the visible of sprite 33 to 0
  17.     set the visible of sprite 35 to 0
  18.   end if
  19.   if the visible of sprite 34 = 1 then
  20.     set the visible of sprite 34 to 0
  21.     set the visible of sprite 35 to 0
  22.   end if
  23. end
  24.